home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m09intro.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  188 b   |  10 lines

  1. on goPreviousSlide2
  2.   global gNumberofSlides, gCurrentSlide
  3.   if gCurrentSlide > 1 then
  4.     set gCurrentSlide to gCurrentSlide - 1
  5.     go(marker(-2))
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.